ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / MoveCurrentTo Method
The item to be the current item.

In This Topic
    MoveCurrentTo Method
    In This Topic
    Sets the specified item in the view as the current item.
    Syntax
    'Declaration
     
    Public Function MoveCurrentTo( _
       ByVal item As T _
    ) As System.Boolean
    public System.bool MoveCurrentTo( 
       T item
    )

    Parameters

    item
    The item to be the current item.
    See Also